Confidence Interval for difference between groups

Constructing Confidence Intervals: General Guidelines

When asked to construct a confidence interval, you should generally follow these steps:

1. Identify what you're estimating

Parameter Type Symbol Description Example
Single Mean μ Center of one population Average student height
Single Proportion p Success rate in one population Percentage of voters
Difference in Means μ1μ2 Difference between two population centers Difference in test scores
Difference in Proportions p1p2 Difference between two population rates Difference in success rates

2. Check Validity Conditions

Type Conditions Requirements
Single Mean Random Sample Independent observations
Sample Size/Distribution n30 OR population is normal
Single Proportion Random Sample Independent observations
Success-Failure np^10 AND n(1p^)10
Difference in Means Independence Between and within groups
Sample Size/Distribution Both n30 OR both normal
Difference in Proportions Independence Between and within groups
Success-Failure Both groups meet success-failure condition

3. Formula Selection

Scenario Formula Standard Error Notes
Single Mean x¯±t×sn sn df = n1
Single Proportion p^±z×p^(1p^)n p^(1p^)n Use z
Difference in Means (x¯1x¯2)±t×s12n1+s22n2 s12n1+s22n2 df = min(n11,n21)
Difference in Proportions (p^1p^2)±z×p^1(1p^1)n1+p^2(1p^2)n2 p^1(1p^1)n1+p^2(1p^2)n2 Use z

4. Critical Value Selection

Scenario Distribution Critical Value Degrees of Freedom
Means (unknown σ) t-distribution t n1
Proportions Normal z N/A
Difference in Means t-distribution t min(n11,n21)
Difference in Proportions Normal z N/A

Common Critical Values:

5. Margin of Error Calculation

ME = critical value × standard error

6. Interval Construction

CI = point estimate ± margin of error

7. Interpretation Guidelines

Scenario Interpretation Template Additional Notes
Single Parameter "We are [C]% confident that the true [parameter] lies between [lower] and [upper]." Specify parameter clearly
Difference "We are [C]% confident that the difference (group1group2) lies between [lower] and [upper]." Specify which group was subtracted
Contains Zero "Since the interval contains 0, there is no significant difference between groups at the [C]% confidence level." For difference intervals only

Key Points: